home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00094.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  114 b   |  9 lines

  1. on mouseUp
  2.   global game6level
  3.   if game6level = 3 then
  4.     go(1, "act6b")
  5.   else
  6.     go(1, "act6a")
  7.   end if
  8. end
  9.